See Also

Series Class  | Series Members  | Overload List

Language

Visual Basic

C#

Show All

name
Name of the series.
elementList
List of Element objects added to the series.
See Also Languages dotnetCHARTING Send comments on this topic.

Series Constructor(String,Element[])

Initializes a new instance of the Series class with a name and the specified Elements.

[Visual Basic]
Public Function New( _    ByVal name As String, _    ByVal ParamArray elementList() As Element _ )
[C#]
public Series(    string name,    params Element[] elementList );

Parameters

name
Name of the series.
elementList
List of Element objects added to the series.

See Also

Series Class  | Series Members  | Overload List

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.